Release notes
2022r4
Subtitle field in GET /reconciledDays call of as-run API
Commercials, trailers and music clips in WHATS'ON Base have a subtitle, where additional information on the title can be entered.
This field has been added to the GET /reconciledDays call of the as-run API. It appears in the events array of the transmissions and can only have a value for interstitials.
2021r2.001
API version: v1.2.0
Product code in GET reconciled days call
In a previous version, the GET /reconciledDays call was added to the as-run API. It returns the reconciled events and transmissions on a certain day.
In this version, the attribute productCode has been added to the call. It is returned for the product of all transmissions of the day. When there is no product linked or there is more than one product code, the field will be empty.
An example:
{
"channelId": "MgX",
"dayStatus": "openForWOn",
"startDate": "2020-06-01",
"transmissions": [
{
"transmissionId": "2623431812",
"startTime": "06:05:00",
"startTimeUTC": "04:05:00",
"announcedStartTime": "17:01",
"duration": "02:04:00",
"productId": "273404527",
"productCode": null,
"productType": "program"
...
}
]
}
2021r2.000
GET call for reconciled days in as-run BAPI
In this version, the commercial integration BAPI was added. It will be used to exchange break schedules, commercials and commercial playlists between WHATS'ON and an ATS system.
The ATS system is also interested in getting actual as-run information. If this information is requested from WHATS'ON, we can enrich this with a lot of context relevant to the ATS system.
Now, a GET /reconciledDays has been added to provide the as-run information to the external system.
With this call, the reconciled active schedule is retrieved as only reconciled events are returned.
2021r1.000
Maximum number of failed authentications for REST services
in this version, a new property has been added to the REST services called Maximum number of failed authentications. See General release notes for the full release note.
2020r1.000
API version: v1.0.0
Addition of As-run API
From this version on, it is possible to import as-run records using the As-run API.